home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / todo.nt < prev   
Text File  |  1993-12-09  |  2KB  |  55 lines

  1.  
  2. This is a list of known problems to date with the Windows NT port of
  3. GNU Emacs.  These are not necessarily difficult to fix; they have been
  4. noticed in passing and just haven't been tracked down.
  5.  
  6. The first thing on the list should be
  7.  
  8. * Figure out everything that should go on this list (this is by
  9.   far not complete)
  10.  
  11. * #define CANNOT_DUMP 1 --- it would be great to get a dumpable
  12.   version
  13.  
  14. * Maybe integrate the build for NT into the GNU config process once
  15.   a decent shell becomes freely available
  16.  
  17. * Browse the lib-src and etc directories and figure out what is worth
  18.   the effort of porting.
  19.  
  20. * Shell:  Doesn't follow cd, etc., yet.
  21.  
  22. * Dired:  If you don't have a 32-bit ls, then for now you're out of
  23.       luck.  If we get GNU ls ported, then this problem will go
  24.       away.  If you have a 32-bit ls, then you should be able to
  25.           use much of dired.
  26.  
  27. * Temp files on FAT of the form "foo.bar~" cause emacs to bail out.
  28.  
  29. * Completion on FAT is messed up.  This could be painful.
  30.  
  31. * Completion after double-bash... or bash-slash and "c:\" and stuff doesn't
  32.   always do the right thing.
  33.  
  34. * ^Z and cr-lf when reading files causes some problems;  emacs is
  35.   not going into binary mode in all the right places.  This is most
  36.   obvious when editing binary files.
  37.  
  38. * In lisp-interaction mode type "(while t)" then C-j...  You are hung.  C-g
  39.   should get you out, but doesn't... I though it was working...
  40.  
  41. * Completion when no explict path and cd is '\', or an explicit path of '\'
  42.   is broken.
  43.  
  44. * Can't 'cd'.
  45.  
  46. * Clicking mouse buttons and modifier keys don't necessarily do what
  47.   you want them to do (e.g., the intro page).
  48.  
  49. * If the last directory in your HOME path ends with a digit, an error occurs.
  50.   This is because Emacs treats the path as a regexp...since the path has backslashes
  51.   in it, the regexp engine discovers bad backslash constructs.
  52.  
  53. * (file-attributes "file"), where "file" is a file in the root directory of a FAT
  54.   drive, fails on an x86.  It fails because the CRT function lstat fails.  Why?
  55.